The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "catalyst::action::renderview"

Catalyst::Action::RenderView - Sensible default end action. River stage two • 56 direct dependents • 80 total dependents

This action implements a sensible default end action, which will forward to the first available view, unless "$c->res->status" is a 3xx code (redirection, not modified, etc.), 204 (no content), or "$c->res->body" has already been set. It also allows ...

BOBTFISH/Catalyst-Action-RenderView-0.16 - 05 Jan 2011 19:30:57 UTC - Search in distribution

Catalyst::Action::RenderView::ErrorHandler - Custom errorhandling in deployed applications River stage one • 1 direct dependent • 1 total dependent

We all dread the Please come back later screen. Its uninformative, non- helpful, and in general an awfull default thing to do. This module lets the developer configure what happens in case of emergency. If you want the errors emailed to you? You can ...

ANDREMAR/Catalyst-Action-RenderView-ErrorHandler-0.100166 - 17 Jul 2013 07:50:21 UTC - Search in distribution

Catalyst::ActionRole::RenderView - Call the default view River stage zero No dependents

This is basically Catalyst::Action::RenderView done as an action role (basically a Moose role) rather than as a base class. This is a bit more flexible if you plan to do fancy stuff with your end action. Two things it doesn't do that the classic Cata...

JJNAPIORK/Catalyst-ActionRole-RenderView-0.002 - 09 Apr 2023 23:34:04 UTC - Search in distribution

Catalyst::Action::RenderView::ErrorHandler::Action::Email - Catalyst ErrorHandler Action for Email River stage zero No dependents

Used by Catalyst::Action::RenderView::ErrorHandler to send an Email if there is an error in your Catalyst application....

PROFANTER/Catalyst-Action-RenderView-ErrorHandler-Action-Email-0.04 - 29 Oct 2011 19:28:50 UTC - Search in distribution

Activator River stage zero No dependents

Overview Activator provides modules to support rapid software development throughout the software life-cycle: * Role-based project configuration supporting development, QA, and production needs * A globally accessible variable registry for all compon...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC - Search in distribution

CGI::Alternatives - Documentation for alternative solutions to CGI.pm River stage zero No dependents

This module doesn't do anything, it exists solely to document alternatives to the CGI.pm module....

LEEJO/CGI-Alternatives-0.19 - 02 Dec 2021 15:01:26 UTC - Search in distribution

Catalyst::View::TT - Template View Class River stage two • 60 direct dependents • 77 total dependents

This is the Catalyst view class for the Template Toolkit. Your application should defined a view class which is a subclass of this module. Throughout this manual it will be assumed that your application is named MyApp and you are creating a TT view n...

JJNAPIORK/Catalyst-View-TT-0.46 - 03 Aug 2022 22:55:14 UTC - Search in distribution

Catalyst::Model::PayPal::IPN - Handle Instant Payment Notifications and PayPal Button Generation River stage zero No dependents

This model handles all the latest PayPal IPN vars, and provides an easy method for checking that the transaction was successful. There are also convenience methods for generating encrypted and non-encrypted PayPal forms and buttons. See Business::Pay...

BOBTFISH/Catalyst-Model-PayPal-IPN-0.04 - 27 Jun 2013 19:50:48 UTC - Search in distribution

CatalystX::CRUD::View::Excel - view CRUD search/list results in Excel format River stage one • 1 direct dependent • 2 total dependents

CatalystX::CRUD::View::Excel makes it easy to export your search results as an Excel document. If you are using the other CatalystX::CRUD Controller and Model classes, your default end() method might look something like this: sub end : ActionClass('R...

KARMAN/CatalystX-CRUD-View-Excel-0.07 - 17 Feb 2010 06:26:44 UTC - Search in distribution

Catalyst::ActionRole::Public - Mount a public url to files in your project directory. River stage one • 1 direct dependent • 1 total dependent

Use this actionrole to map a public facing URL attached to an action to a file (or files) on the filesystem, off the $c->config->{root} directory. If the file does not exist, the action will not match. No default 'notfound' page is created, unlike Pl...

JJNAPIORK/Catalyst-ActionRole-Public-0.010 - 21 Mar 2019 13:50:15 UTC - Search in distribution

Catalyst::View::Markdown - Markdown View Class River stage zero No dependents

This is the Catalyst view class for Markdown. Your application should define a view class which is a subclass of this module. Throughout this manual it will be assumed that your application is named MyApp and you are creating a Markdown view named MD...

WALLMARI/Catalyst-View-Markdown-0.01 - 13 Feb 2013 14:24:58 UTC - Search in distribution

Catalyst::View::TT::Alloy - Template::Alloy (TT) View Class River stage one • 2 direct dependents • 3 total dependents

This is the Catalyst view for the TT emulator Template::Alloy. Your application should define a view class which is a subclass of this module. The easiest way to achieve this is using "script/myapp_create.pl" (replacing "myapp" with the name of your ...

DJZORT/Catalyst-View-TT-Alloy-0.00007 - 29 Mar 2015 23:19:58 UTC - Search in distribution

Catalyst::View::JSON::PerRequest - JSON View that owns its data River stage zero No dependents

This is a Catalyst::View that produces JSON response from a given model. It differs from some of the more classic JSON producing views (such as Catalyst::View::JSON in that is is a per request view (one view for each request) and it defines a 'data' ...

JJNAPIORK/Catalyst-View-JSON-PerRequest-0.009 - 10 Jun 2016 16:53:14 UTC - Search in distribution

Catalyst::View::Base::JSON - a 'base' JSON View River stage zero No dependents

This is a Catalyst view that lets you create one view per reponse type of JSON you are generating. Because you are creating one view per reponse type that means you can define an interface for that view which is strongly typed. Also, since the view i...

JJNAPIORK/Catalyst-View-Base-JSON-0.003 - 27 Apr 2018 20:29:29 UTC - Search in distribution

Catalyst::ActionRole::BuildDBICResult - Find a DBIC Results from Arguments River stage zero No dependents

NOTE: For version 0.02 I added some code to make sure that when there are more than one find condition we don't stop on the first error. This was done so that if you are trying to match on a numeric column (like a common auto inc PK) and on some text...

JJNAPIORK/Catalyst-ActionRole-BuildDBICResult-0.04 - 03 Dec 2011 13:15:33 UTC - Search in distribution

Catalyst::Helper::View::SemanticUI - Helper for Semantic UI and TT view which builds a skeleton web site River stage zero No dependents

This helper module creates a TT View module. It goes further than Catalyst::Helper::View::TT in that it additionally creates a simple set of templates to get you started with your web site presentation using Semantic UI from a CDN (Content Delivery N...

FERZ/Catalyst-Helper-View-SemanticUI-0.0002 - 06 Jul 2018 03:30:28 UTC - Search in distribution

Catalyst::View::Text::MicroTemplate::PerRequest - JSON View that owns its data River stage zero No dependents

This is a Catalyst::View that uses Text::MicroTemplate::Extended which is a pure Perl templating engine that uses Perl code instead of a dedicated template domain specific language. You may find this a bad idea for large projects where you have a ded...

JJNAPIORK/Catalyst-View-Text-MicroTemplate-PerRequest-0.005 - 12 Mar 2016 04:50:04 UTC - Search in distribution

Catalyst::View::Valiant::HTMLBuilder - Per Request, strongly typed Views in code River stage zero No dependents

WARNINGS: Experimental code that I might need to break back compatibility in order to fix issues. This is a Catalyst::View subclass that provides a way to write views in code that are strongly typed and per request. It also integrates with several of...

JJNAPIORK/Valiant-0.002003 - 04 Oct 2023 17:28:16 UTC - Search in distribution

DBIx::Class::Migration::Tutorial::Catalyst - Using a web framework River stage one • 5 direct dependents • 7 total dependents

JJNAPIORK/DBIx-Class-Migration-0.075 - 02 Jun 2020 20:56:05 UTC - Search in distribution

Catalyst::Manual::ExtendingCatalyst - Extending The Framework River stage two • 2 direct dependents • 11 total dependents

This document will provide you with access points, techniques and best practices to extend the Catalyst framework, or to find more elegant ways to abstract and use your own code. The design of Catalyst is such that the framework itself should not get...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution
38 results (0.114 seconds)